home *** CD-ROM | disk | FTP | other *** search
/ Champak 56 / Volume 56 - JOGO DISK .iso / Games / horseranch_MA.swf / scripts / DefineButton2_266 / BUTTONCONDACTION on(release).as
Text File  |  2008-01-11  |  202b  |  11 lines

  1. on(release){
  2.    _root.uang += harga;
  3.    _root.nama = "";
  4.    _root.hargabeli = 0;
  5.    _root.jeniskuda = 0;
  6.    _root.kecepatan = 0;
  7.    _root.power = 0;
  8.    _root.stamina = 0;
  9.    gotoAndStop(1);
  10. }
  11.